func golang.org/x/sys/unix.read
2 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L151: n, err = read(fd, p)
zsyscall_linux.go#L1370: func read(fd int, p []byte) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)